[INFO] cloning repository https://github.com/simoncozens/linesweeper
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/simoncozens/linesweeper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimoncozens%2Flinesweeper", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimoncozens%2Flinesweeper'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7e735ff3eae44fb6580e92a2ff4f67a34b12e75c
[INFO] checking simoncozens/linesweeper against try#24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimoncozens%2Flinesweeper" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/simoncozens/linesweeper
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/simoncozens/linesweeper
[INFO] tweaked toml for git repo https://github.com/simoncozens/linesweeper written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/simoncozens/linesweeper on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/simoncozens/linesweeper already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 51417cdef885daa6c01f9f5ed6c04673ee3a29c965f077f4c7b556194958e85b
[INFO] running `Command { std: "docker" "start" "51417cdef885daa6c01f9f5ed6c04673ee3a29c965f077f4c7b556194958e85b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51417cdef885daa6c01f9f5ed6c04673ee3a29c965f077f4c7b556194958e85b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "51417cdef885daa6c01f9f5ed6c04673ee3a29c965f077f4c7b556194958e85b" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51417cdef885daa6c01f9f5ed6c04673ee3a29c965f077f4c7b556194958e85b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "51417cdef885daa6c01f9f5ed6c04673ee3a29c965f077f4c7b556194958e85b" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling serde_json v1.0.138
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking siphasher v1.0.1
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]     Checking roxmltree v0.21.1
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking simplecss v0.2.1
[INFO] [stderr]     Checking fastrand v2.2.0
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling gungraun-runner v0.17.0
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking imagesize v0.14.0
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]     Checking clap_lex v0.7.3
[INFO] [stderr]     Checking lockfree-object-pool v0.1.6
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling gungraun-macros v0.7.0
[INFO] [stderr]     Checking data-url v0.3.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]     Checking bumpalo v3.16.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking xmlwriter v0.1.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking zopfli v0.8.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking clap_builder v4.5.21
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]    Compiling gungraun v0.17.0
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking svg v0.18.0
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling cc v1.2.20
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking rand_xorshift v0.3.0
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking i_key_sort v0.2.0
[INFO] [stderr]     Checking i_tree v0.8.3
[INFO] [stderr]     Checking tempfile v3.14.0
[INFO] [stderr]     Checking glam v0.29.3
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking roots v0.0.8
[INFO] [stderr]     Checking rusty-fork v0.3.0
[INFO] [stderr]     Checking similar v2.6.0
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking escape8259 v0.5.3
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking color v0.3.2
[INFO] [stderr]     Checking glob v0.3.2
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling libdeflate-sys v1.23.1
[INFO] [stderr]    Compiling libfuzzer-sys v0.4.9
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling derive_arbitrary v1.4.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr] error: could not compile `serde_derive` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/24e1a22664233bce1f9b5dc6eee7c1f74327e28c/bin/rustc --crate-name serde_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C opt-level=2 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=6357616721fdcaef -C extra-filename=-f40643d415e793a3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-ecc51a126a15d1d5.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-12083f0a893ae00e.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-7d795ecb2c7427e8.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: libfuzzer-sys@0.4.9: libfuzzer/FuzzerIOPosix.cpp: In function 'void fuzzer::RawPrint(const char*)':
[INFO] [stderr] warning: libfuzzer-sys@0.4.9: libfuzzer/FuzzerIOPosix.cpp:161:14: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
[INFO] [stderr] warning: libfuzzer-sys@0.4.9:   161 |   (void)write(2, Str, strlen(Str));
[INFO] [stderr] warning: libfuzzer-sys@0.4.9:       |         ~~~~~^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libfuzzer-sys@0.4.9: c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: libfuzzer-sys@0.4.9: compilation terminated.
[INFO] [stderr] warning: libfuzzer-sys@0.4.9: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-o" "/opt/rustwide/target/debug/build/libfuzzer-sys-2d2ca1360e800f0f/out/e5f0d71fb86e9d6b-FuzzerLoop.o" "-c" "libfuzzer/FuzzerLoop.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: libfuzzer-sys@0.4.9: compilation terminated.
[INFO] [stderr] warning: libfuzzer-sys@0.4.9: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-o" "/opt/rustwide/target/debug/build/libfuzzer-sys-2d2ca1360e800f0f/out/e5f0d71fb86e9d6b-FuzzerDriver.o" "-c" "libfuzzer/FuzzerDriver.cpp"cargo:warning=In file included from /usr/include/string.h:548,
[INFO] [stderr] warning: libfuzzer-sys@0.4.9:                  from /usr/include/c++/13/cstring:42,
[INFO] [stderr] warning: libfuzzer-sys@0.4.9:                  from libfuzzer/FuzzerDefs.h:17,
[INFO] [stderr] warning: libfuzzer-sys@0.4.9:                  from libfuzzer/FuzzerMutate.cpp:11:
[INFO] [stderr] warning: libfuzzer-sys@0.4.9: In function 'void* memcpy(void*, const void*, size_t)',
[INFO] [stderr] warning: libfuzzer-sys@0.4.9:     inlined from 'void fuzzer::FixedWord<kMaxSizeT>::Set(const uint8_t*, size_t) [with long unsigned int kMaxSizeT = 64]' at libfuzzer/FuzzerDictionary.h:32:11,
[INFO] [stderr] warning: libfuzzer-sys@0.4.9:     inlined from 'const fuzzer::Word& fuzzer::MemMemTable<kSizeT>::Get(size_t) [with long unsigned int kSizeT = 1024]' at libfuzzer/FuzzerTracePC.h:65:18,
[INFO] [stderr] warning: libfuzzer-sys@0.4.9:     inlined from 'const fuzzer::Word& fuzzer::MemMemTable<kSizeT>::Get(size_t) [with long unsigned int kSizeT = 1024]' at libfuzzer/FuzzerTracePC.h:60:15,
[INFO] [stderr] warning: libfuzzer-sys@0.4.9:     inlined from 'size_t fuzzer::MutationDispatcher::Mutate_AddWordFromTORC(uint8_t*, size_t, size_t)' at libfuzzer/FuzzerMutate.cpp:281:27:
[INFO] [stderr] warning: libfuzzer-sys@0.4.9: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:33: warning: argument 2 null where non-null expected [-Wnonnull]
[INFO] [stderr] warning: libfuzzer-sys@0.4.9:    29 |   return __builtin___memcpy_chk (__dest, __src, __len,
[INFO] [stderr] warning: libfuzzer-sys@0.4.9:       |          ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libfuzzer-sys@0.4.9:    30 |                                  __glibc_objsize0 (__dest));
[INFO] [stderr] warning: libfuzzer-sys@0.4.9:       |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libfuzzer-sys@0.4.9: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:33: note: in a call to built-in function 'void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)'
[INFO] [stderr] error: failed to run custom build command for `libfuzzer-sys v0.4.9`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/libfuzzer-sys-314dd84a7a0473fc/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=CUSTOM_LIBFUZZER_PATH
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerExtraCountersDarwin.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerLoop.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerCrossOver.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerDriver.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerIOWindows.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerUtilFuchsia.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerUtilPosix.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerUtilDarwin.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerExtFunctionsWindows.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerExtraCounters.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerExtFunctionsWeak.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerUtilWindows.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerMutate.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerExtFunctionsDlsym.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerDataFlowTrace.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerMain.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerExtraCountersWindows.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerTracePC.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerInterceptors.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerUtil.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerSHA1.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerIO.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerMerge.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerUtilLinux.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerIOPosix.cpp
[INFO] [stderr]   cargo:rerun-if-changed=libfuzzer/FuzzerFork.cpp
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/libfuzzer-sys-2d2ca1360e800f0f/out)
[INFO] [stderr]   OPT_LEVEL = Some(2)
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXX
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX
[INFO] [stderr]   CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   RUSTC_WRAPPER = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some(true)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2,x87)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=forbid)
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   cargo:warning=libfuzzer/FuzzerIOPosix.cpp: In function 'void fuzzer::RawPrint(const char*)':
[INFO] [stderr]   cargo:warning=libfuzzer/FuzzerIOPosix.cpp:161:14: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
[INFO] [stderr]   cargo:warning=  161 |   (void)write(2, Str, strlen(Str));
[INFO] [stderr]   cargo:warning=      |         ~~~~~^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-o" "/opt/rustwide/target/debug/build/libfuzzer-sys-2d2ca1360e800f0f/out/e5f0d71fb86e9d6b-FuzzerLoop.o" "-c" "libfuzzer/FuzzerLoop.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-o" "/opt/rustwide/target/debug/build/libfuzzer-sys-2d2ca1360e800f0f/out/e5f0d71fb86e9d6b-FuzzerDriver.o" "-c" "libfuzzer/FuzzerDriver.cpp"cargo:warning=In file included from /usr/include/string.h:548,
[INFO] [stderr]   cargo:warning=                 from /usr/include/c++/13/cstring:42,
[INFO] [stderr]   cargo:warning=                 from libfuzzer/FuzzerDefs.h:17,
[INFO] [stderr]   cargo:warning=                 from libfuzzer/FuzzerMutate.cpp:11:
[INFO] [stderr]   cargo:warning=In function 'void* memcpy(void*, const void*, size_t)',
[INFO] [stderr]   cargo:warning=    inlined from 'void fuzzer::FixedWord<kMaxSizeT>::Set(const uint8_t*, size_t) [with long unsigned int kMaxSizeT = 64]' at libfuzzer/FuzzerDictionary.h:32:11,
[INFO] [stderr]   cargo:warning=    inlined from 'const fuzzer::Word& fuzzer::MemMemTable<kSizeT>::Get(size_t) [with long unsigned int kSizeT = 1024]' at libfuzzer/FuzzerTracePC.h:65:18,
[INFO] [stderr]   cargo:warning=    inlined from 'const fuzzer::Word& fuzzer::MemMemTable<kSizeT>::Get(size_t) [with long unsigned int kSizeT = 1024]' at libfuzzer/FuzzerTracePC.h:60:15,
[INFO] [stderr]   cargo:warning=    inlined from 'size_t fuzzer::MutationDispatcher::Mutate_AddWordFromTORC(uint8_t*, size_t, size_t)' at libfuzzer/FuzzerMutate.cpp:281:27:
[INFO] [stderr]   cargo:warning=/usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:33: warning: argument 2 null where non-null expected [-Wnonnull]
[INFO] [stderr]   cargo:warning=   29 |   return __builtin___memcpy_chk (__dest, __src, __len,
[INFO] [stderr]   cargo:warning=      |          ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=   30 |                                  __glibc_objsize0 (__dest));
[INFO] [stderr]   cargo:warning=      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=/usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:33: note: in a call to built-in function 'void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)'
[INFO] [stderr] 
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred in cc-rs: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-o" "/opt/rustwide/target/debug/build/libfuzzer-sys-2d2ca1360e800f0f/out/e5f0d71fb86e9d6b-FuzzerDriver.o" "-c" "libfuzzer/FuzzerDriver.cpp"
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] running `Command { std: "docker" "inspect" "51417cdef885daa6c01f9f5ed6c04673ee3a29c965f077f4c7b556194958e85b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51417cdef885daa6c01f9f5ed6c04673ee3a29c965f077f4c7b556194958e85b", kill_on_drop: false }`
[INFO] [stdout] 51417cdef885daa6c01f9f5ed6c04673ee3a29c965f077f4c7b556194958e85b
